* configure.in: For generic IBM PC boxes, insist on "unknown" for
authorJim Blandy <jimb@redhat.com>
Mon, 24 May 1993 17:43:47 +0000 (17:43 +0000)
committerJim Blandy <jimb@redhat.com>
Mon, 24 May 1993 17:43:47 +0000 (17:43 +0000)
the manufacturer - the more general case was blocking other i386
configuration names below, and that's how the names are written in
MACHINES anyway.

configure1.in

index 3361505bc40a1895527b60fcb754f9a094c886ee..ccbed19df8370a67e0cbc5ee0af221949ba3772d 100755 (executable)
@@ -567,7 +567,7 @@ case "${configuration}" in
     machine=is386 opsys=usg5-2-2
   ;;
   ## Intel 386 machines where we don't care about the manufacturer
-  i[34]86-* )
+  i[34]86-unknown-* )
     machine=intel386
     case "${configuration}" in
       *-isc1.* | *-isc2.[01]* )        opsys=386-ix ;;